home *** CD-ROM | disk | FTP | other *** search
/ Euroscene 1 / Euroscene 1.iso / resource / adev11_12.lha / docs / SDis.doc < prev    next >
Encoding:
Text File  |  1992-07-12  |  835 b   |  25 lines

  1. NAME
  2.  
  3.     SDis
  4.  
  5. SYNOPSIS
  6.  
  7.     SDis <file name>
  8.  
  9.  
  10. DESCRIPTION
  11.  
  12. SDis is the dis-assembler for the DEV11 system.  It accepts a Motorola
  13. S-record format file and produces outputs a symbolic dis-assembled file
  14. to stdout, by default the console.  This file is assembler (SAsm) ready
  15. and would assemble to be exactly the same as the file that was
  16. dis-assembled.
  17.  
  18. SDis is a tracking dis-assembler which means that it must have the
  19. address of an executable instruction to start from.  Normally it gets
  20. this from the S9 record if your file has one.  Otherwise or if other
  21. addresses must be known, as might be the case with a monitor ROM with
  22. many entry points, the dis-assembler asks for an address(es) to start
  23. from.  A tracking dis-assembler will not attempt to dis-assemble data;
  24. it knows the difference (but it can be intentionally fooled).
  25.